   .section6 {
       position: relative;
       background: url(https://ss-res.oss-cn-hangzhou.aliyuncs.com/site_res/227/20240613133836_DcyImpnA.png) no-repeat top;
       background-size: 100% 47%;
       background-color: #fff;
       padding-bottom: 80px;
   }

   @media (max-width: 720px) {
       .section6 {
           padding-bottom: 40px;
       }
   }

   .section6 .bj6 {
       width: 100%;
       position: absolute;
       z-index: -1;
       left: 0;
       bottom: 0;
   }

   .Box6 {
       margin: 0 auto;
       max-width: 1440px;
   }

   .Number {
       margin-top: 40px;
       border-top: 1px solid #ffffff80;
       width: 100%;
       display: flex;
       justify-content: space-around;
   }

   .NumberItem {
       position: relative;
   }

   .NumberItem h1 {
       font-family: 'Impact';
       font-weight: 100;
       font-size: 40px;
       line-height: 1;
       color: var(--color1);
       display: flex;
   }

   .NumberItem h1 span {
       font-family: 'Impact';
       font-weight: 100;
       font-size: 40px;
   }

   .NumberItem h2 {
       margin-top: 10px;
       font-weight: bold;
       font-size: 16px;
       line-height: 1;
       color: var(--color4);
   }



   .Message {
       margin-top: 30px;
       padding: 80px;
       overflow: hidden;
       display: flex;
       flex-wrap: wrap;
       justify-content: space-between;
       box-shadow: 0px 4px 15px rgba(52, 69, 226, 0.15);
       border-radius: 30px;
       position: relative;
   }

   .Message::after {
       content: "";
       display: block;
       width: 100%;
       height: 21.4vw;
       background: #ffffff;
       position: absolute;
       z-index: -1;
       left: 0;
       bottom: 0;
   }

   .Message .title6 {
       font-weight: 400;
       font-size: 26px;
       line-height: 1;
       color: var(--color4);
       margin-bottom: 45px;
   }

   .Message .title6 b {
       font-weight: 400;
       color: var(--color2);
   }

   .form6 {
       width: 100%;
       display: flex;
       flex-wrap: wrap;
       justify-content: space-between;
   }

   .form6 label {
       width: 100%;
       margin-bottom: 30px;
   }

   .form6 .label1 {
       width: calc(50% - 15px);

   }

   .form6 h1 {
       font-size: 16px;
       line-height: 1;
       color: rgba(0, 7, 71, 0.5);
   }

   .form6 h1 sup {
       color: var(--color2);
       top: 0;
       left: 5px;
       font-size: 16px;
       font-weight: bold;
   }

   .form6 label input {
       height: 40px;
       width: 100%;
       border-bottom: 1px solid rgba(0, 7, 71, 0.5);
       background: #FFF0;
   }

   .form6 .label2 {
       width: calc(50% - 15px + 130px);

   }

   .form6 .anniu6 {
       width: 100%;
       display: flex;
       grid-gap: 20px;
   }

   .form6 .anniu6 button {
       width: 260px;
       height: 38px;
       border-radius: 50px;
       background: #D9D9D9;
       color: #fff;
       font-size: 16px;
       display: flex;
       align-items: center;
       justify-content: center;
   }

   .form6 .anniu6 button:nth-child(1) {
       background: var(--color1);
   }



   @media (max-width: 1200px) {
       .Message {
           padding: 60px;
       }

       .form6 label input {
           height: 30px;
           width: 100%;
       }

       .form6 label {
           margin-bottom: 20px;
       }

       .form6 .anniu6 button {
           width: 210px;
           height: 30px;
       }

       .codeBox img {
           height: 30px;
           object-fit: contain;
       }
   }

   @media (max-width: 720px) {
       .Message {
           padding: 30px 20px;
           border-radius: 2%;
       }

       .Message .title6 {
           font-size: 24px;
           line-height: 1.5;
           margin-bottom: 20px;
       }

       .Number {
           display: flex;
           justify-content: space-between;
       }

       .NumberItem h1,
       .NumberItem h1 span {
           font-size: 32px;
       }

       .NumberItem h2 {
           font-weight: 400;
           font-size: 14px;
       }

       .form6 .anniu6 button {
           width: 160px;
       }
   }

   @media (max-width: 460px) {
       .Number {
           margin-top: 20px;
           display: flex;
           flex-wrap: wrap;
       }

       .NumberItem {
           margin: 10px 0;
           width: 50%;
       }

       .Message .title6 b,
       .Message .title6 {
           font-size: 20px;
           font-weight: bold;
           margin-bottom: 20px;
       }


   }
